.top-search {
  background-color: #333;
  padding: 10px 0;
  display: none;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
}
.top-search .form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  height: 40px;
  padding: 0 15px;
}
.box1-banner {
  position: relative;
}
.box1-banner .top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-size: cover !important;
  background: url('header-bg.png') no-repeat top center;
}
.box1-banner .top .header .header-logo {
  float: left;
  padding: 26px 0;
  width: 620px;
}
/* .box1-banner .top .header .header-logo img {
  width: 100%;
} */
.box1-banner .top .header .header-other {
  float: right;
  padding: 43px 0 42px 0;
}
.box1-banner .top .header .header-other .h-sign {
  float: left;
  width: 320px;
  margin-right: 45px;
}
.box1-banner .top .header .header-other .h-sign img {
  width: 100%;
}
.box1-banner .top .header .header-other .h-search-box {
  float: right;
}
.box1-banner .top .header .header-other .h-search-box .en {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  float: left;
  margin-right: 9px;
  transition: all 0.5s;
}
.box1-banner .top .header .header-other .h-search-box .en:hover {
  background: #fff;
  color: #239245;
  transition: all 0.5s;
}
.box1-banner .top .header .header-other .h-search-box .s-btn {
  width: 32px;
  height: 32px;
  float: right;
  background: #FFFFFF url('sousuo-2.png') no-repeat center;
  border-radius: 50%;
  cursor: pointer;
}
.box1-banner .top .h-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}
.box1-banner .top .navbar {
  min-height: auto;
}
.box1-banner .top .navbar-default {
  background: transparent;
  border: none;
  margin: 0;
  border-radius: 0;
}
.box1-banner .top .navbar-default .navbar-collapse .navbar-nav {
  float: none;
  text-align: center;
}
.box1-banner .top .navbar-default .navbar-collapse .navbar-nav li {
  float: left;
  padding: 0 2px;
  transition: all 0.5s;
}
.box1-banner .top .navbar-default .navbar-collapse .navbar-nav li a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF !important;
  position: relative;
  display: block;
  background-color: transparent;
}
.box1-banner .top .navbar-default .navbar-collapse .navbar-nav li:hover {
  background-color: #018C51;
  transition: all 0.5s;
}
.box1-banner .top .navbar-default .navbar-collapse .navbar-nav .active {
  background-color: #018C51 !important;
}
.box1-banner .top nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  min-width: 200px;
  width: 100%;
  background-color: #018C51;
  border: none;
}
.box1-banner .top nav.navbar.bootsnav li.dropdown ul.dropdown-menu li {
  float: none;
}
.box1-banner .top nav.navbar.bootsnav li.dropdown ul.dropdown-menu li a {
  text-align: left !important;
  padding-right: 12px;
  font-size: 14px;
}
.box1-banner .top-banner .le-imgbox {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.box1-banner .top-banner .le-imgbox .left-bannerimg {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box1-banner .top-banner .le-imgbox .banner-tit-box {
  position: absolute;
  width: 475px;
  padding: 20px 22px 14px 22px;
  background: url('banner-titbg.png') no-repeat;
  background-size: cover !important;
  left: 0px;
  bottom: 30px;
  transition: all 0.5s;
}
.box1-banner .top-banner .le-imgbox .banner-tit-box .banner-tit {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box1-banner .top-banner .le-imgbox .banner-tit-box .banner-date {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 27px;
  opacity: 0.8;
}
.box1-banner .top-banner .le-imgbox .banner-tit-box:hover {
  transition: all 0.5s;
  box-shadow: 0px 0px 10px 0px rgba(188, 198, 215, 0.99);
}
.box1-banner .top-banner .owl-dots {
  position: absolute;
  bottom: 30px;
  right: 333px;
}
.box1-banner .top-banner .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background: #fff;
  border-radius: 50%;
}
.box1-banner .top-banner .owl-dots .active {
  width: 42px;
  background: #57AC24;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.nav .dropdown-menu .dropdown-menu {
    margin-top: 0;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    top: 0;
  }
}
@media (max-width: 1279px) and (min-width: 992px) {
  .nav > li > a {
    padding: 10px;
  }
}
@media (max-width: 1599px) and (min-width: 1280px) {
  .nav > li > a {
    padding: 10px 13.5px;
  }
}
.box2-news .news-img-box {
  height: 327px;
  position: relative;
}
.box2-news .news-img-box .n-img-box {
  height: 265px;
  display: block;
  overflow: hidden;border-radius: 5px;
}
.box2-news .news-img-box .n-img-box .n-img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box2-news .news-img-box .n-img-box .n-img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.box2-news .news-img-box .n-te-box {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(188, 198, 215, 0.99);
  border-radius: 4px;
  padding: 10px 19px 12px 19px;
}
.box2-news .news-img-box .n-te-box .n-date {
  font-size: 14px;
  font-weight: 400;
  color: #888F99;
  line-height: 28px;
  padding-left: 20px;
  padding-top: 2px;
  background: url(date.png) no-repeat center left;
}
.box2-news .news-img-box .n-te-box .n-te {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box2-news .news-img-box .n-te-box .n-te:hover {
  color: #018C51;
}
.box2-news ul {
  margin-bottom: 0;
  transform: translateY(-6px);
}
.box2-news ul li:first-child {
  padding-top: 0;
}
.box2-news ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.box2-news ul li {
  list-style: none;
  border-bottom: 1px solid #E4E9E4;
  padding: 5px 0 11px 0;
}
.box2-news ul li .n-date {
  font-size: 14px;
  font-weight: 400;
  color: #888F99;
  line-height: 28px;
  padding-left: 20px;
  padding-top: 2px;
  background: url(date.png) no-repeat center left;
}
.box2-news ul li .n-te {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box2-news ul li .n-te:hover {
  color: #018C51;
}
.box3-notice {
  margin-top: 60px;
  padding-bottom: 70px;
  background-size: cover !important;
  background: url('notic-bg.png') no-repeat center;
}
.box3-notice .notice-list ul {
  margin-bottom: 0;
}
.box3-notice .notice-list ul li:last-child {
  margin-bottom: 0;
}
.box3-notice .notice-list ul li {
  list-style: none;
  margin-bottom: 18px;
}
.box3-notice .notice-list ul li .notice-date {
  float: left;
  text-align: center;
  width: 66px;
  height: 66px;
  margin-right: 20px;
  background: url('notice-date.png') no-repeat center;
}
.box3-notice .notice-list ul li .notice-date .date1 {
  font-size: 26px;
  font-weight: bold;
  color: #F6F6F6;
  line-height: 27px;
  padding-top: 10px;
}
.box3-notice .notice-list ul li .notice-date .date2 {
  font-size: 12px;
  font-weight: 400;
  color: #F6F6F6;
  line-height: 27px;
}
.box3-notice .notice-list ul li .list-box {
  overflow: hidden;
  transform: translateY(-3px);
}
.box3-notice .notice-list ul li .list-box .list-tit {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 24px;
  display: block;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box3-notice .notice-list ul li .list-box .list-tit:hover {
  color: #018C51;
}
.box3-notice .notice-list ul li .list-box .list-cont {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box3-notice .le-jz-box {
  position: relative;
}
.box3-notice .le-jz-box .le-img-box {
  height: 345px;
  display: block;
  overflow: hidden;
}
.box3-notice .le-jz-box .le-img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box3-notice .le-jz-box .le-img-box img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.box3-notice .le-jz-box .le-tit-box {
  position: absolute;
  left: 0;
  bottom: 23px;
  width: 260px;
  min-width: 260px;
  padding: 14px 20px 10px 20px;
  background-size: cover !important;
  background: url('active-title.png') no-repeat center;
}
.box3-notice .le-jz-box .le-tit-box .img-tit {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 23px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box3-notice .le-jz-box .le-tit-box .img-date {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box3-notice .bg {
  margin-top: 20px;
}
.box3-notice .ri-box {
  position: relative;
  min-height: 158px;
  padding: 20px;
  background-size: cover !important;
  background: url('ri-bg.png') no-repeat center center;
  margin-bottom: 20px;
}
.box3-notice .ri-box:last-child {
  margin-bottom: 0;
}
.box3-notice .ri-box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover !important;
  background: url('ri-line.png') no-repeat top center;
}
.box3-notice .ri-list-tit {
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box3-notice .ri-list-tit:hover {
  color: #018C51;
}
.box3-notice .list-xq {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}
.box3-notice .list-xq span {
  color: #595959;
}
.box3-notice .list-xq .left {
  float: left;
  color: #018C51;
}
.box3-notice .list-xq .fix div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.box4-ky {
  padding-bottom: 60px;
  position: relative;
}
.box4-ky .le-imgbox {
  position: relative;
  height: 390px;
  overflow: hidden;
}
.box4-ky .le-imgbox .left-bannerimg {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box4-ky .le-imgbox .left-bannerimg:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.box4-ky .le-imgbox .banner-tit {
  position: absolute;
  padding: 60px 140px 20px 20px;
  background: url('shadow.png') no-repeat bottom center;
  background-size: cover !important;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 16px;
  font-weight: bold;
  color: #F3F5FB;
  line-height: 27px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box4-ky .owl-dots {
  position: absolute;
  bottom: 22px;
  right: 24px;
}
.box4-ky .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  margin-left: 5px;
  background: #fff;
  border-radius: 50%;
}
.box4-ky .owl-dots .active {
  width: 42px;
  background: #57AC24;
  border-radius: 20px;
}
.box4-ky ul {
  margin-bottom: 0;
}
.box4-ky ul li:last-child {
  margin-bottom: 0;
}
.box4-ky ul li {
  margin-bottom: 32px;
  list-style: none;
}
.box4-ky ul li .img-box {
  display: block;
  width: 170px;
  height: 109px;
  float: left;
  margin-right: 19px;
  overflow: hidden;border-radius: 5px;
}
.box4-ky ul li .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.box4-ky ul li .list-box {
  overflow: hidden;
}
.box4-ky ul li .list-box .list-tit {
  font-size: 16px;
  font-weight: bold;
  color: #1A1A1A;
  line-height: 24px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box4-ky ul li .list-box .list-cont {
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 23px;
  margin: 7px 0 7px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.box4-ky ul li .list-box .list-date {
  font-size: 14px;
  font-weight: 400;
  color: #018C51;
  line-height: 22px;
}
.box4-ky ul li:hover .img-box img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.box4-ky ul li:hover .list-tit {
  color: #018C51;
}
.box4-ky .ky-list-bottom {
  margin-top: 60px;
}
.box4-ky .ky-list-bottom div:nth-child(1) .cont-box {
  background-size: cover !important;
  background: url('1.png') no-repeat center center;
}
.box4-ky .ky-list-bottom div:nth-child(2) .cont-box {
  background-size: cover !important;
  background: url('2.png') no-repeat center center;
}
.box4-ky .ky-list-bottom div:nth-child(3) .cont-box {
  background-size: cover !important;
  background: url('3.png') no-repeat center center;
}
.box4-ky .ky-list-bottom div:nth-child(4) .cont-box {
  background-size: cover !important;
  background: url('5.png') no-repeat center center;
}
.box4-ky .ky-list-bottom .cont-box {
  display: block;
  position: relative;
  height: 100px;
  transition: all 0.5s;border-radius: 5px;
}
.box4-ky .ky-list-bottom .cont-box .cont-img {
  width: 35px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.box4-ky .ky-list-bottom .cont-box .tit-box {
  display: inline-block;
  text-align: left;
  margin-left: 15px;
}
.box4-ky .ky-list-bottom .cont-box .tit-box .cont-tit1 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}
.box4-ky .ky-list-bottom .cont-box .tit-box .cont-tit2 {
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.7;
}
.box4-ky .ky-list-bottom .middle-box {
  font-size: 0;
  letter-spacing: -1.5em;
}
.box4-ky .ky-list-bottom .middle-box:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.box4-ky .ky-list-bottom .middle-cont {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.box4-ky .ky-list-bottom .cont-box:hover {
  transition: all 0.5s;
  transform: translateY(5px);
}
.box4-ky::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 103px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #EFF8F0;
}
.box4-ky .owl-carousel .owl-stage-outer {border-radius: 5px;}
.footer {
  background-size: cover !important;
  padding-top: 33px;
  padding-bottom: 30px;
  background: url('footer-bg.png') no-repeat bottom center;
}
.footer a:hover {
  text-decoration: underline !important;
}
.footer .lj {
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  padding-bottom: 20px;
  margin-bottom: 40px;
  line-height: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.footer .lj a {
  display: inline-block;
  color: #FFFFFF;
  margin-right: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}
.footer .lj a:last-child {
  margin-bottom: 0;
}
.footer .po {
  position: relative;
}
.footer .cont-img,
.footer .cont-list,
.footer .cont-img2 {
  display: inline-block;
}
.footer .cont-img {
  width: 244px;
  margin-right: 20px;
  float: left;
}
.footer .cont-img img {
  width: 100%;
  height: 100%;
}
.footer .cont-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .cont-list a,
.footer .cont-list span {
  display: inline-block;
  color: #FFFFFF;
  margin-right: 20px;
}
.footer .cont-list .cont-lists {
  transform: translateY(-5px);
}
.footer .cont-img2 {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 56px;
}
.footer .cont-img2 img {
  width: 100%;
  height: 100%;
}
.title {
  margin-top: 69px;
  margin-bottom: 26px;
  position: relative;
}
.title .tit-ch {
  font-size: 30px;
  font-weight: 400;
  color: #262626;
  line-height: 24px;
}
.title .tit-en {
  font-size: 14px;
  font-weight: 400;
  color: #9096A0;
  line-height: 24px;
}
.title .tit-en .ch-en {
  padding: 0 9px;
  color: #D1D1D1;
}
.title .more-btn {
  position: absolute;
  right: 0;
  bottom: 1px;
  font-size: 14px;
  font-weight: 400;
  color: #8D978F;
  line-height: 27px;
}
.title:hover .more-btn {
  color: #018C51;
}
/*-------------------------------- 5列栅格 ----------------------------------*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 10px 0;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.ny-top-banner {
  display: block;
  height: 500px;
  overflow: hidden;
}
.ny-top-banner img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ny-top-banner:hover img {
  transform: scale(1.03);
  transition: all 0.5s;
}
.ny-box {
  padding: 30px 0 48px 0;
  background: url('zws-ny-bg.png') repeat-x top center;
}
.ny-box .ny-cont {
  background: #FFFFFF;
  box-shadow: 0px 5px 18px 0px rgba(159, 146, 146, 0.2);
  border-radius: 6px;
  padding: 26px 30px 38px 30px;
  position: relative;
  min-height: 500px;
}
.ny-box .ny-cont::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(-90deg, #117E23, #61BF29);
  box-shadow: 0px 0px 17px 0px rgba(138, 157, 193, 0.14);
}
.ny-box .ny-cont .title-line {
  position: relative;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.ny-box .ny-cont .title-line .cont-title {
  float: left;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}
.bread-item-groups {
  float: right;
  color: #404040;
  line-height: 26px;
  padding-left: 15px;
  font-weight: 400;
}
.bread-item-groups .bread-location {
  float: left;
}
.bread-item-groups .bread-item {
  float: right;
}
.bread-item-groups .bread-item span {
  color: #B3B3B3;
}
.bread-item-groups .bread-item .cur {
  color: #117E23;
}
.other-menu {
  background: url('other-menu-bg.png') no-repeat center center;
  background-size: cover !important;
}
.other-menu .menu-title {
  padding: 26px 25px;
  background: url('menu-titlebg.png') no-repeat bottom center;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
}
.other-menu .menu-cont {
  line-height: 26px;
  padding: 0 25px;
}
.other-menu .menu-cont .box-a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.other-menu .menu-cont .box-a .a-title {
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  position: relative;
  padding: 20px 20px 20px 15px;
  transition: all 0.7s;
}
.other-menu .menu-cont .box-a .a-title:after {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  right: 0;
  font-size: 18px;
  top: 21px;
}
/* .other-menu .menu-cont .box-a .a-title.active,
.other-menu .menu-cont .box-a .a-title:hover {
  font-size: 18px;
  transition: all 0.7s;
} */
.other-menu .menu-cont .box-a .a-title.active {
  font-size: 18px;
  transition: all 0.7s;
}
.other-menu .menu-cont .box-a .active {
  font-size: 18px;
}
.other-menu .menu-cont .box-a .a-title::before {
  position: absolute;
  content: '';
  top: 25px;
  left: 0px;
  width: 5px;
  height: 17px;
  background: #fff;
  border-radius: 3px;
}
.comp-pages {
  padding-top: 10px;
}
.comp-pages .page-pc {
  text-align: center;
}
.comp-pages .page-pc ul li {
  display: inline-block;
  vertical-align: bottom;
}
.comp-pages .page-pc a {
  background: #EDEDED;
}
.comp-pages .page-pc a,
.comp-pages .page-pc span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #DCDCDC;
  margin-left: 2px;
  margin-right: 2px;
}
.comp-pages .page-pc span {
  background: #117E23;
  border: 1px solid #117E23;
  color: #fff;
}
.comp-pages .page-pc a:hover,
.comp-pages .page-pc span:hover,
.comp-pages .page-pc a.active,
.comp-pages .page-pc span.active {
  background: #117E23;
  border: 1px solid #117E23;
  color: #fff;
}
.comp-pages .page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #117E23;
  display: none !important;
}
.comp-pages .page-phone:hover,
.comp-pages .page-phone:active {
  color: #fff;
}
.dp-box .dp-list {
  font-weight: 400;
  color: #404040;
  line-height: 36px;
}
.dp-box .img-box {
  height: 350px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 38px;
}
.dp-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.dp-box .img-box:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.dp-box p {
  margin-bottom: 30px;
}
.dp-box p:last-child {
  margin-bottom: 0;
}
.leadering-box .leader-list .le {
  margin-top: 95px;
}
.leadering-box .leader-list .le-box {
  display: block;
  text-align: center;
  margin-bottom: 52px;
}
.leadering-box .leader-list .le-box .img-box {
  width: 156px;
  height: 210px;
  overflow: hidden;
  margin: 0 auto 14px;
  border-radius: 3px;
}
.leadering-box .leader-list .le-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.leadering-box .leader-list .le-box .name {
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leadering-box .leader-list .le-box .zw {
  font-weight: 400;
  color: #117E23;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leadering-box .leader-list .le-box:hover .img-box img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.leadering-box .leader-list .le-box:hover .name {
  color: #117E23;
}
.leadering-box .leader-list .le-box:hover .zw {
  color: #333333;
}
.leadering-box .leader-list .row .col-md-4:first-child {
  padding-left: 110px;
}
.leadering-box .leader-list .row .col-md-4:last-child {
  padding-right: 110px;
}
.ryimg-box .ryimg-list {
  display: block;
  text-align: center;
}
.ryimg-box .ryimg-list .img-box {
  height: 195px;
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
}
.ryimg-box .ryimg-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.ryimg-box .ryimg-list .name {
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ryimg-box .ryimg-list .zw {
  font-weight: 400;
  color: #117E23;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ryimg-box .ryimg-list:hover .img-box img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.ryimg-box .ryimg-list:hover .name {
  color: #117E23;
}
.ryimg-box .ryimg-list:hover .zw {
  color: #333333;
}
.rydetail-box .info-top .img-box {
  float: left;
  width: 156px;
  height: 209px;
  overflow: hidden;
  margin-right: 19px;
}
.rydetail-box .info-top .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.rydetail-box .info-top .name-box {
  background: #EEF7EF;
  padding: 28px 42px 28px 30px;
  overflow: hidden;
}
.rydetail-box .info-top .name-box .name {
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  border-bottom: 1px solid #D7DBE0;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.rydetail-box .info-top .name-box .name .zw {
  /* font-size: 15px; */
  color: #117E23;
  line-height: 32px;
  padding-left: 13px;
}
.rydetail-box .info-top .name-box .info-table {
  font-weight: 400;
  color: #404040;
  line-height: 30px;
}
.rydetail-box .info-top .name-box .info-table .box-s-l {
  float: left;
  margin-right: 100px;
}
.rydetail-box .info-top .name-box .info-table .box-s-r {
  overflow: hidden;
}
.rydetail-box .info-top .name-box .info-table .title-s {
  float: left;
}
.rydetail-box .info-top .name-box .info-table .txt-s {
  display: block;
  overflow: hidden;
  word-break: break-all;
}

@media(min-width:1025px) {
  .rydetail-box .info-top .name-box .info-table > div {
    float: left;
    line-height: 24px;
  }
  .rydetail-box .info-top .name-box .info-table > div:nth-child(1) {
    width: 65%;
    margin-right: 0 !important;
    padding-right: 30px;
  }
  .rydetail-box .info-top .name-box .info-table > div:nth-child(2) {
    width: 35%;
  }
  .rydetail-box .info-top .name-box .info-table .box-s {
    margin-bottom: 6px;
  }
}
.rydetail-box .other-groups {
  margin-top: 30px;
}
.rydetail-box .other-groups .info-title {
  width: 100%;
  height: 45px;
  background-size: cover !important;
  background: url('ry-title.png') no-repeat;
  font-weight: bold;
  line-height: 45px;
  padding-left: 25px;
  color: #404040;
}
.rydetail-box .other-groups .info-txt {
  padding: 13px 0 0 25px;
  font-weight: 400;
  color: #404040;
  line-height: 34px;
  text-align: justify;
}
.rydetail-box .info-main {
  margin-top: 30px;
  padding-left: 25px;
  font-weight: 400;
  color: #404040;
  line-height: 34px;
  text-align: justify;
  font-size: 16px;
}
.rydetail-box .info-main font {
  font-size: 16px;
}
.rydetail-box .info-main b {
  height: 45px;
  background-size: cover !important;
  background: url('ry-title.png') no-repeat;
  font-weight: bold;
  line-height: 45px;
  padding-left: 25px;
  color: #404040;
  margin-top: 16px;
  margin-bottom: 10px;
  margin-left: -25px;
  display: block;
  font-size: 17px !important;
}
.rydetail-box .info-main b font {
  font-size: 17px !important;
}
.yqsb-box .row .col-sm-4:nth-child(3n +1) {
  clear: left;
}
.yqsb-box .yqsb-list {
  display: block;
  margin-bottom: 30px;
}
.yqsb-box .yqsb-list .img-box {
  height: 172px;
  overflow: hidden;
  margin-bottom: 10px;
}
.yqsb-box .yqsb-list .img-box img {
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}
.yqsb-box .yqsb-list .yqsb-title {
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  height: 26px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yqsb-box .yqsb-list:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.yqsb-box .yqsb-list:hover .yqsb-title {
  color: #117E23;
}
.tw-box1 .tw1-list li {
  margin-bottom: 22px;
}
.tw-box1 .list-box {
  display: block;
}
.tw-box1 .list-box .img-box {
  float: left;
  width: 245px;
  height: 156px;
  margin-right: 25px;
  overflow: hidden;
}
.tw-box1 .list-box .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.tw-box1 .list-box .cont-box {
  transform: translateY(-4px);
  overflow: hidden;
  text-align: justify;
}
.tw-box1 .list-box .list-title {
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 6px;
}
.tw-box1 .list-box .list-desc {
  font-weight: 400;
  color: #666666;
  line-height: 25px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tw-box1 .list-box .list-date {
  font-weight: 400;
  color: #1F9041;
  line-height: 26px;
  margin-top: 5px;
}
.tw-box1 .list-box:hover .img-box img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.tw-box1 .list-box:hover .list-title {
  color: #117E23;
}
.vio-box .vio-list {
  text-align: justify;
  font-weight: 400;
  display: block;
  margin-bottom: 28px;
}
.vio-box .vio-list:hover .img-box img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.vio-box .img-box {
  height: 172px;
  overflow: hidden;
  position: relative;
  margin-bottom: 14px;
	border-radius: 5px;
}
.vio-box .img-box img {
  width: 200%;
  height: 100%;
  transition: all 0.5s;
}
.vio-box .img-box::before {
  position: absolute;
  content: '';
  width: 44px;
  height: 44px;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  background: url('vio-icon.png') no-repeat center;
}
.vio-box .img-box:after {
    position: absolute;
    content: '';
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block !important;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.vio-box[data-v-no] .img-box {height: 240px;}
.vio-box .vio-title {
  color: #333333;
  line-height: 22px;
  height: 44px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.vio-box .vio-date {
  color: #1F9041;
  line-height: 24px;
  margin-top: 5px;
}
.vio-box .other-img::before {
  display: none;
}
.wz-box .list-box {
  display: block;
  margin-bottom: 30px;
}
.wz-box .list-box .notice-date {
  float: left;
  text-align: center;
  width: 80px;
  height: 80px;
  margin-right: 23px;
  background: url('wz-list-bg.png') no-repeat center;
}
.wz-box .list-box .notice-date .date1 {
  font-weight: bold;
  color: #FFFFFF;
  line-height: 27px;
  padding-top: 17px;
}
.wz-box .list-box .notice-date .date2 {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 27px;
}
.wz-box .list-box .list-cont {
  overflow: hidden;
  padding-top: 5px;
}
.wz-box .list-box .list-cont .list-title {
  font-weight: bold;
  color: #1A1A1A;
  line-height: 24px;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wz-box .list-box .list-cont .list-title:hover {
  color: #018C51;
}
.wz-box .list-box .list-cont .list-desc {
  font-weight: 400;
  color: #808080;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.call-us-box .row .col-sm-4:nth-child(3n +1) {
  clear: left;
}
.call-us-box .row .col-sm-6:nth-child(2n +1) {
  clear: left;
}
.call-us-box .cus-list {
  display: block;
  margin-bottom: 22px;
}
.call-us-box .cus-list .list-title {
  font-size: 16px;
  font-weight: bold;
  color: #1F9041;
  line-height: 26px;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.call-us-box .cus-list .decs {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.call-us-box .cus-list .decs .desc-q {
  float: left;
}
.call-us-box .cus-list .decs .desc-h {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.call-us-box .map {
  width: 100%;
  height: 500px;
  margin: 4px 0 34px 0;
}
.call-us-box .list-decs {
  line-height: 30px !important;
  text-align: left;
}
.call-us-box .cus-lists {
  margin-bottom: 0;
}
.xilan-box .details-page .title-s {
  font-weight: bold;
  color: #333333;
  line-height: 35px;
}
.xilan-box .details-page .main-cont {
  font-weight: 400;
  color: #404040;
  line-height: 32px;
}
.xilan-box .details-page .main-cont img {
  max-width: 800px;
}
.xilan-box .details-page .main-cont p {
  margin-bottom: 15px !important;
}
.xilan-box .details-page .cont-page {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  line-height: 32px;
}
.xilan-box .details-page .cont-page .a-page {
  margin-bottom: 0px;
}
.xilan-box .details-page .a-page:hover {
  color: #117E23 !important;
}
.xilan-box .details-page .a-page:hover a {
  color: #117E23 !important;
}
.yjtd-box .row .col-sm-6:nth-child(2n +1) {
  clear: left;
}
.yjtd-box .info-main {
  margin-bottom: 30px;
  padding: 26px 30px 0px 30px;
  min-height: auto;
}
.yjtd-box .info-main:last-child {
  margin-bottom: 0;
}
.yjtd-box .yjtd-list {
  display: block;
  margin-bottom: 30px;
}
.yjtd-box .yjtd-list .img-box {
  height: 165px;
  overflow: hidden;
  border-radius: 6px;
}
.yjtd-box .yjtd-list .img-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.yjtd-box .yjtd-list .yjtd-title {
  font-weight: bold;
  color: #117E23;
  line-height: 26px;
  margin-top: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yjtd-box .yjtd-list:hover .img-box img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.yjtd-box .yjtd-list:hover .yjtd-title {
  color: #333333;
}
.yjz .yjz-h {
  background-size: cover !important;
  background: url('yjz-h-bg.png') no-repeat center;
  padding: 26px 0;
}
.yjz .yjz-h .yjz-h-logo {
  display: inline-block;
  width: 393px;
}
.yjz .yjz-h .yjz-h-logo img {
  width: 100%;
  height: 100%;
}
.yjz .yjz-h .header-other {
  float: right;
  margin-top: 18px;
}
.yjz .yjz-h .return {
  float: left;
  font-size: 14px;
  font-weight: 400;
  color: #FEFEFE;
  line-height: 36px;
  margin-right: 27px;
}
.yjz .yjz-h .return:hover {
  text-decoration: underline !important;
}
.yjz .yjz-h .h-search-box {
  float: right;
}
.yjz .yjz-h .h-search-box .s-btn {
  width: 32px;
  height: 32px;
  float: right;
  background: #FFFFFF url('sousuo-2.png') no-repeat center;
  border-radius: 50%;
  cursor: pointer;
}
.yjz .yjz-banner {
  display: block;
  height: 350px;
  overflow: hidden;
}
.yjz .yjz-banner img {
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.yjz .yjz-banner:hover img {
  transform: scale(1.05);
  transition: all 0.7s;
}
.yjz .yjz-box {
  background: url('yjz-cont-bg.png') repeat-x top center;
  min-height: 500px;
}
.yjz .yjz-box .other-menu {
  background: none;
}
.yjz .yjz-box .other-menu .menu-cont {
  line-height: 26px;
  padding: 0;
  font-size: 19px;
}
.yjz .yjz-box .other-menu .menu-cont .box-a {
  position: relative;
  background: #fff url('yjz-zc-bg.png') no-repeat bottom left;
  border-bottom: none;
  margin-bottom: 10px;
}
.yjz .yjz-box .other-menu .menu-cont .box-a .a-title {
  font-weight: bold;
  color: #333333;
  display: block;
  position: relative;
  padding: 17px 71px 17px 71px;
  transition: all 0.7s;
}
.yjz .yjz-box .other-menu .menu-cont .box-a .a-title:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background: url('yjz-right.png') no-repeat center right;
}
.yjz .yjz-box .other-menu .menu-cont .box-a .a-title.active,
.yjz .yjz-box .other-menu .menu-cont .box-a .a-title:hover {
  font-size: 22px;
  transition: all 0.7s;
}
.yjz .yjz-box .other-menu .menu-cont .box-a .a-title::before {
  position: absolute;
  content: '';
  transform: translateY(-50%);
  top: 50%;
  left: 14px;
}
.yjz .yjz-box .other-menu .menu-cont .box-a:nth-child(1) .a-title::before {
  width: 19px;
  height: 20px;
  background: url('yjz-icon1.png') no-repeat;
}
.yjz .yjz-box .other-menu .menu-cont .box-a:nth-child(2) .a-title::before {
  width: 20px;
  height: 20px;
  background: url('yjz-icon2.png') no-repeat;
}
.yjz .yjz-box .other-menu .menu-cont .box-a:nth-child(3) .a-title::before {
  width: 18px;
  height: 20px;
  background: url('yjz-icon3.png') no-repeat;
}
.yjz .yjz-box .other-menu .menu-cont .box-a:nth-child(4) .a-title::before {
  width: 20px;
  height: 20px;
  background: url('yjz-icon4.png') no-repeat;
}
.yjz .yjz-box .other-menu .menu-cont .box-a .icon1::before {
  width: 19px;
  height: 20px;
  background: url('yjz-icon1.png') no-repeat;
}
.yjz .yjz-box .other-menu .menu-cont .box-a .icon2::before {
  width: 20px;
  height: 20px;
  background: url('yjz-icon2.png') no-repeat;
}
.yjz .yjz-box .other-menu .menu-cont .box-a .icon3::before {
  width: 18px;
  height: 20px;
  background: url('yjz-icon3.png') no-repeat;
}
.yjz .yjz-box .other-menu .menu-cont .box-a .icon4::before {
  width: 20px;
  height: 20px;
  background: url('yjz-icon4.png') no-repeat;
}
.yjz .yjz-box .other-menu .menu-cont .box-a::before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  width: 58px;
  background: url('yjz-zc-bg2.png') no-repeat bottom left;
}
.yjz .yjz-ny {
  padding: 26px 30px 19px 30px !important;
  margin-bottom: 30px;
  min-height: 335px;
}
.yjz .yjz-ny .title-line {
  margin-bottom: 23px !important;
}
.yjz .yjz-ny .title-line::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 95px;
  height: 3px;
  background: linear-gradient(-90deg, #117E23, #61BF29);
  box-shadow: 0px 0px 17px 0px rgba(138, 157, 193, 0.14);
}
.yjz .yjz-ny .yjz-cont-title {
  font-size: 14px;
  font-weight: 400 !important;
  color: #9096A0 !important;
  line-height: 24px !important;
}
.yjz .yjz-ny .yjz-cont-title .chtit {
  color: #262626;
}
.yjz .yjz-ny .yjz-cont-title .line {
  padding: 0 10px;
}
.yjz .yjz-ny .more-btn {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #8D978F;
  line-height: 27px;
}
.yjz .yjz-ny .more-btn:hover {
  color: #117E23;
}
.yjz .yjz-ny .yzfx-box {
  display: block;
  height: 220px;
  overflow: hidden;
}
.yjz .yjz-ny .yzfx-box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.yjz .yjz-ny .yzfx-box:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.yjz .yjz-ny .yzfx-desc {
  font-size: 15px;
  font-weight: 400;
  color: #313131;
  line-height: 29px;
  text-align: justify;
  transform: translateY(-5px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.yjz .yjz-ny .yjteam-box {
  display: block;
  text-align: center;
}
.yjz .yjz-ny .yjteam-box .team-img {
  height: 155px;
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 5px;
}
.yjz .yjz-ny .yjteam-box .team-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.yjz .yjz-ny .yjteam-box .name {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yjz .yjz-ny .yjteam-box .zw {
  font-size: 14px;
  font-weight: 400;
  color: #117E23;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yjz .yjz-ny .yjteam-box:hover .team-img img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.yjz .yjz-ny .yjteam-box:hover .name {
  color: #117E23;
}
.yjz .yjz-ny .yjteam-box:hover .zw {
  color: #333333;
}
.yjz .yjz-ny .kycg-ul {
  transform: translateY(-8px);
}
.yjz .yjz-ny .kycg-ul li {
  margin-bottom: 10px;
}
.yjz .yjz-ny .kycg-ul li:last-child {
  margin-bottom: 0;
}
.yjz .yjz-ny .kycg-box {
  display: block;
}
.yjz .yjz-ny .kycg-box .kycg-date {
  font-size: 14px;
  font-weight: 400;
  color: #888F99;
  line-height: 23px;
  padding-left: 19px;
  padding-top: 1px;
  background: url(date.png) no-repeat center left;
}
.yjz .yjz-ny .kycg-box .kycg-title {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yjz .yjz-ny .kycg-box:hover .kycg-title {
  color: #117E23;
}
.yjz .yjz-ny .yjzact-box {
  display: block;
  text-align: center;
}
.yjz .yjz-ny .yjzact-box .act-img {
  height: 172px;
  overflow: hidden;
  margin-bottom: 14px;
}
.yjz .yjz-ny .yjzact-box .act-img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.yjz .yjz-ny .yjzact-box .act-name {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.yjz .yjz-ny .yjzact-box:hover .act-img img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.yjz .yjz-ny .yjzact-box:hover .act-name {
  color: #117E23;
}
.yjz .yjz-f {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #086016 url('yjz-f-bg.png') no-repeat center;
}
.yjz .yjz-f .po {
  position: relative;
}
.yjz .yjz-f .cont-img,
.yjz .yjz-f .cont-list,
.yjz .yjz-f .cont-img2 {
  display: inline-block;
}
.yjz .yjz-f .cont-img {
  width: 244px;
  margin-right: 20px;
}
.yjz .yjz-f .cont-img img {
  width: 100%;
  height: 100%;
}
.yjz .yjz-f .cont-list {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  height: 63px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.yjz .yjz-f .cont-list a,
.yjz .yjz-f .cont-list span {
  color: #FFFFFF;
  margin-right: 20px;
  display: inline-block;
}
.yjz .yjz-f .cont-list .cont-lists {
  transform: translateY(-5px);
}
.yjz .yjz-f .cont-img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
}
.yjz .yjz-f .cont-img2 img {
  width: 100%;
  height: 100%;
}
/*多行溢出*/
.comp-text-list-06 .box-s {
  padding: 15px 0 15px 20px;
  line-height: 30px;
  border-bottom: 1px dotted #eee;
  transition: all 0.5s;
  position: relative;
  padding-right: 110px;
}
.comp-text-list-06 .box-s:hover .box-title {
  color: #018C51;
}
.comp-text-list-06 .box-s:before {
  background-color: #333;
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 3px;
  top: 50%;
  margin-top: -3px;
}
.comp-text-list-06 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  color: #333;
}
.comp-text-list-06 .box-s .box-date {
  margin-top: -15px;
  color: #999;
  opacity: 0.4;
  position: absolute;
  right: 0;
  top: 50%;
}
.class-menu {
  text-align: center;
  line-height: 30px;
  position: relative;
  border-bottom: 2px #117E23 solid;
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.class-menu a {
  padding: 0 10px;
  cursor: pointer;
  font-size: 18px;
  color: #117E23;
  display: inline-block;
}
.class-menu a:hover,
.class-menu a.active {
  font-weight: bold;
}
.class-menu i {
  margin: 0 1px;
  color: #333;
  font-size: 16px;
}
.class-menu i:nth-last-child(1) {
  display: none;
}


.phone-show {
  display: none !important;
}

@media(max-width:991px) {
  .phone-show {
    display: block !important;
  }
}
.list-xshd .list-xq .left {
  font-weight: bold;
}
.list-xshd .list-xq .xq-txt{
  display: inline-block;
}

/* footer 二维码 */
.fcont-info {
  position: relative;
  padding-right: 220px;
  min-height: 100px;
}

.footer-other {
  position: absolute;
  right: 0;
  top: -5px;
}
.footer-other .other-box {
  margin-left: 10px;
  margin-right: 10px;
  width: 80px;
  text-align: center;
  float: left;
}
.footer-other .other-box .img-s img {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}
.footer-other .other-box .title-s {
  line-height: 18px;
  color: #fff;
  font-size: 14px;
}
@media (max-width:1199px) {
  .footer .cont-img {
    margin-bottom: 20px;
  }
}
@media (max-width:991px) {
  .fcont-info {
    padding-right: 0;
  }
  .footer-other {
    position: static;
    width: 200px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sub-menu {
  padding-left: 15px;
  padding-bottom: 20px;
}
.sub-menu a {
  display: block;
  line-height: 32px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.sub-menu a.sub-active {
  font-weight: bold;
}

.science {overflow: hidden;}
.science .row {margin-left: -12px;margin-right: -12px;}
.science .row > [class^='col'] {padding-left: 12px;padding-right: 12px;}
.science li {margin-bottom: 25px;}
.science li:last-child {margin-bottom: 0;}
.science .picnews {overflow: hidden;position: relative;border-radius: 10px;background-repeat: no-repeat;background-position: center;background-size: cover;width: 100%;height: 390px;}
.science .picnews:before {
    position: absolute;
    content: '';
    width: 44px;
    height: 44px;
    top: 44%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    background: url(vio-icon.png) no-repeat center;
}
.science .picnews:after {
  position: absolute;
  content: '';
  z-index: 0;
  left: 50%;
  top: 44%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block !important;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.science .picnews img {height: 345px;width: 100%;
-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.science .picnews:hover img {
   -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1); 
}
.science .picnews p {
    position: absolute;
    bottom: 0px;
    margin-bottom: 0px;
    border-radius: 0px 0px 5px 5px;
    font-size: 16px;
    color: #fff;z-index: 1;margin: 16px 18px;line-height: 1.3;overflow: hidden;
	max-height: 40px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}
.science .picnews .titbg {
    background: url(shadow.png) repeat-x bottom left;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 1199px) {
	.science .picnews {height: 290px;}
	.science .picnews img {height: 192px;}
}
@media (max-width: 991px) {
	.science .picnews {height: 406px;}
    .science .picnews img {height: 192px;}
}
@media (max-width: 767px) {
    .science {margin-bottom: 12px;}
    .science .picnews {width: 100%;height: 220px;} 
    .science .picnews img {height: auto;}
	.science .picnews p {max-height: 60px;-webkit-line-clamp: 3;}
	.science .picnews:before, .science .picnews:after {top:36%;}
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.TRS_Editor,.TRS_Editor div{
	text-align: justify;
      word-break: break-all;
	text-justify: distribute;
}


/* new-add */
.hdpic li .yjzact-box {
  margin-bottom: 20px;
}
.hdpic li .yjzact-box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.hdpic li .yjzact-box .img-box img {
  display: block;
  width: 100%;
  height: 200px;
  transition: all .5s;
}
.hdpic li .yjzact-box .yqsb-title {
  white-space:nowrap;
  overflow:hidden; 
  text-overflow:ellipsis; 
  height: 34px;
  line-height: 34px;
  color: #333;
}
.hdpic li .yjzact-box:hover .img-box img {
  transform: scale(1.1);
}
.hdpic li .yjzact-box:hover .yqsb-title {
  color: #117E23;
}
@media (max-width:767px) {
  .hdpic li .yjzact-box .img-box img {
    height: auto;
  }
  .hdpic li .yjzact-box .yqsb-title {
    white-space: normal;
    overflow: visible;
    height: auto;
    line-height: 26px;
  }
}

.dp-map {
  height: 500px;
}
.dp-info-list {
  margin-bottom: 30px;
}
.dp-info-list .col-w:nth-child(2n + 1) {
  clear: left;
}

.dp-info-list .box-s {
  display: block;
  margin-bottom: 22px;
}
.dp-info-list .box-s .box-title {
  font-size: 16px;
  font-weight: bold;
  color: #1F9041;
  line-height: 26px;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dp-info-list .box-s .box-decs {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}

@media (max-width:767px) {
  .dp-map {
    height: 300px;
  }
}